home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / grafix / misc / fzoom.lha / fzoom / f_zoom.readme < prev    next >
Encoding:
Text File  |  1994-12-10  |  1.8 KB  |  46 lines

  1.  
  2.     TP's zoom utility
  3. ------------------------------------------------------------------------
  4.  
  5. Most of the utility's operations are fairly straight forward. The only
  6. point that may not be so obvious is the format of the file that is
  7. requested then you press "get start/end corners". Lets say you want
  8. to zoom into a par file entry like:
  9.  
  10. 003                { ; sodium
  11.   reset type=mandel
  12.   corners=-0.177579146/-0.177506542/-0.662062708/-0.662008284 maxiter=1024
  13.   inside=0 logmap=yes
  14.   colors=000wZI<27>vNs<11>GiR<48>H8NH7NH6NH6NG5OG5O<58>91p91pA3o<32>Xtm<38>c9E\
  15.   c8Dc9D<4>dBFdBFeDF<7>rV9sX9uZ8wa7w`8w`9<4>wZG
  16.   }
  17.  
  18. just edit out the corners parameters into a file :
  19.  
  20. -0.177579146 -0.177506542 -0.662062708 -0.662008284
  21.  
  22. now load it with "get start/end corners". You may enter all those numbers
  23. manually by using the "edit" buttons.
  24.  
  25. Since the number of iterations is more needed the deeper you zoom you may
  26. enter a start iteration and an end iteration. The number of iterations
  27. is steadily increasing along with the zoom.
  28.  
  29. Now for the amazing part! enter a value in rotations. It specifies the
  30. number of 360 degrees rotation the image will be rotated when it is zoomed in.
  31.  
  32. Even more amazing: You may edit the rotation with a spline function.
  33. The rotation for each frame will be sampled from this curve.
  34.  
  35. As for the zooming style you may use linear zoom or one of the 1/n type zooms.
  36. The linear zoom is only useful for "not so very deep" zooms. The 1/n zooms can
  37. zoom in to any depth you like (and doing it in a resonable manner). The 1/2
  38. zoom splits the remainding distance from current image to the end by two and
  39. zooms in  by that amount repeatedly. The others works in the same way but will
  40. use more frames to get to the end in a smooth manner. (could probably
  41. call it gamma zoom)
  42.  
  43. Happy zooming!
  44.  
  45. TP
  46.